home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19950726-19950929 / 000397_news@columbia.edu_Tue Sep 19 11:41:20 1995.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Received: from apakabar.cc.columbia.edu by watsun.cc.columbia.edu with SMTP id AA23886
  2.   (5.65c+CU/IDA-1.4.4/HLK for <kermit.misc@watsun.cc.columbia.edu>); Wed, 20 Sep 1995 04:20:15 -0400
  3. Received: by apakabar.cc.columbia.edu id AA10302
  4.   (5.65c+CU/IDA-1.4.4/HLK for kermit.misc@watsun); Wed, 20 Sep 1995 04:20:14 -0400
  5. Path: news.columbia.edu!sol.ctr.columbia.edu!news.uoregon.edu!news.delphi.com!uunet!in1.uu.net!cs.utexas.edu!news.cs.utah.edu!cc.usu.edu!jrd
  6. From: jrd@cc.usu.edu (Joe Doupnik)
  7. Newsgroups: comp.protocols.kermit.misc
  8. Subject: Re: Session log file with out VT100 control characters??
  9. Message-Id: <1995Sep19.174120.61657@cc.usu.edu>
  10. Date: 19 Sep 95 17:41:20 MDT
  11. References: <43kh0d$hcu@rover.ucs.ualberta.ca>
  12. Organization: Utah State University
  13. Lines: 16
  14. Apparently-To: kermit.misc@watsun.cc.columbia.edu
  15.  
  16. In article <43kh0d$hcu@rover.ucs.ualberta.ca>, crossman@dc-next.ucs.ualberta.ca (Ken Crossman) writes:
  17. > I would like to run Mskermit in VTXXX terminal emulation mode, capture
  18. > a session, then somehow remove the VTXXX control characters in the log
  19. > file.
  20. > I realize I can REPLAY the log file to see the session but I need it
  21. > in a fle.
  22. > Apologies if this is a FAQ.
  23. -----------
  24.     SET PRINTER <filename or device name of choice>
  25.     Then while in Connect mode press ALT-PrintScreen. See "PRN"
  26. on the status line. That's a clean copy of just the TEXT appearing
  27. on each line, after the cursor moves off by several standard ways.
  28. ALT-Printscreen is a toggle, so press again to turn it off.
  29.     Joe D.